java print method

89

print string in java -

String data = "Some string";
System.out.println(data);

Comments

Submit
0 Comments